home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / becproto.zip / SK&J0126.ZIP / SJB.BAT < prev    next >
DOS Batch File  |  1988-12-17  |  575b  |  20 lines

  1. echo off
  2. if %1x == x goto error
  3. jbatch p1 s2400 ds f %1 %2 %3 %4 %5 %6 %7 %8
  4. goto end
  5. :error
  6. cls
  7. echo JBATCH - (c) Copyright 1988 Crater Rim Software - All Rights Reserved
  8. echo .
  9. echo          MiniNet's External Protocol Driver for Batch
  10. echo          transfers using Richard B. Johnson's  Jmodem
  11. echo .
  12. echo Batch Send Command Line = JBATCH p1 s2400 ds f filename filename filename
  13. echo .
  14. echo Call SJB as   SJB filename filename filename
  15. echo .
  16. echo Change the port and speed (p and s) to suit
  17. echo .
  18. echo Call   JBATCH @   to set and save defaults
  19. :end
  20.